'宣言 Public Overloads Function Evaluate( _ ByVal totalsCache As IList(Of IAggregationResult), _ ByVal cellsCache As IList(Of IAggregationResult) _ ) As IAggregationResult
public IAggregationResult Evaluate( IList<IAggregationResult> totalsCache, IList<IAggregationResult> cellsCache )